Add names to prototype for gdk_image_new_bitmap.
authorOwen Taylor <otaylor@redhat.com>
Sun, 20 Sep 1998 13:35:24 +0000 (13:35 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 20 Sep 1998 13:35:24 +0000 (13:35 +0000)
Fri Sep 18 19:11:10 1998  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdk.h
gtk/gtkentry.h

index a3704b2eaec9b12546d0a2b730d9771df29d1e93..a0535b5f9fc880c6eb77ab0bb1a8fc7d1cabbdc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 18 19:11:10 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
 Fri Sep 18 18:54:59 1998  Jay Cox  (jaycox@earthlink.net)
 
        * gtk/Makefile.am: use $(AWK) instead of awk
index a3704b2eaec9b12546d0a2b730d9771df29d1e93..a0535b5f9fc880c6eb77ab0bb1a8fc7d1cabbdc4 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep 18 19:11:10 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
 Fri Sep 18 18:54:59 1998  Jay Cox  (jaycox@earthlink.net)
 
        * gtk/Makefile.am: use $(AWK) instead of awk
index a3704b2eaec9b12546d0a2b730d9771df29d1e93..a0535b5f9fc880c6eb77ab0bb1a8fc7d1cabbdc4 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep 18 19:11:10 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
 Fri Sep 18 18:54:59 1998  Jay Cox  (jaycox@earthlink.net)
 
        * gtk/Makefile.am: use $(AWK) instead of awk
index a3704b2eaec9b12546d0a2b730d9771df29d1e93..a0535b5f9fc880c6eb77ab0bb1a8fc7d1cabbdc4 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep 18 19:11:10 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
 Fri Sep 18 18:54:59 1998  Jay Cox  (jaycox@earthlink.net)
 
        * gtk/Makefile.am: use $(AWK) instead of awk
index a3704b2eaec9b12546d0a2b730d9771df29d1e93..a0535b5f9fc880c6eb77ab0bb1a8fc7d1cabbdc4 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep 18 19:11:10 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
 Fri Sep 18 18:54:59 1998  Jay Cox  (jaycox@earthlink.net)
 
        * gtk/Makefile.am: use $(AWK) instead of awk
index a3704b2eaec9b12546d0a2b730d9771df29d1e93..a0535b5f9fc880c6eb77ab0bb1a8fc7d1cabbdc4 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep 18 19:11:10 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
 Fri Sep 18 18:54:59 1998  Jay Cox  (jaycox@earthlink.net)
 
        * gtk/Makefile.am: use $(AWK) instead of awk
index a3704b2eaec9b12546d0a2b730d9771df29d1e93..a0535b5f9fc880c6eb77ab0bb1a8fc7d1cabbdc4 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep 18 19:11:10 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
+
 Fri Sep 18 18:54:59 1998  Jay Cox  (jaycox@earthlink.net)
 
        * gtk/Makefile.am: use $(AWK) instead of awk
index cf4babbcb75b33a81bd7a3478f1902be8d444d6b..e8e29872c31a776bcae04edf54151aa52a5c7328 100644 (file)
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -425,10 +425,10 @@ void         gdk_bitmap_unref             (GdkBitmap  *pixmap);
 
 /* Images
  */
-GdkImage* gdk_image_new_bitmap(GdkVisual *,
-                               gpointer,
-                               gint,
-                               gint);
+GdkImage* gdk_image_new_bitmap(GdkVisual     *visual,
+                               gpointer      data,
+                               gint          width,
+                               gint          height);
 GdkImage*  gdk_image_new       (GdkImageType  type,
                                GdkVisual    *visual,
                                gint          width,
index d1bf7df7a453fdc0f2e5e3d385e8ca7156058a50..e7a2c9576a2e632d2773534ac4ff6ec7492f9bd5 100644 (file)
@@ -93,6 +93,8 @@ void       gtk_entry_set_visibility           (GtkEntry      *entry,
                                                 gboolean       visible);
 void       gtk_entry_set_editable              (GtkEntry      *entry,
                                                 gboolean       editable);
+/* DO NOT USE THIS FUNCTION. The only reason why it is public
+ * is that there were bugs in GtkEntry. IT WILL DISAPPEAR. */
 void       gtk_entry_adjust_scroll             (GtkEntry      *entry);
 /* text is truncated if needed */
 void       gtk_entry_set_max_length            (GtkEntry      *entry,